home *** CD-ROM | disk | FTP | other *** search
/ Greenhouse Effect Detection Expriment / NASA Greenhouse Effect Detection Expriment 1992 - Disc 2.iso / software / dos / cdf22pc / help / cdfwalk.hlp < prev   
Encoding:
Text File  |  1992-02-11  |  6.2 KB  |  129 lines

  1.  
  2. The CDFwalk program allows direct access to related variable data
  3. values.  The data values of up to 27 variables may be displayed at once
  4. (the CDF can have more variables but only 27 may be viewed at any one time).
  5. The data value for each variable at a given record/indices location within
  6. the CDF conceptual view is displayed.  The user can ``walk'' from one
  7. record/indices location to another sequentially (in any ``direction'') or
  8. a particular record/indices location can be ``jumped'' to directly.  Variable
  9. values may also be used to directly ``jump'' to a record/indices location.
  10.  
  11. The user interface to CDFwalk is contained on a
  12. single screen which is divided into several fixed windows and
  13. pop-up windows.  The Action Menu controls the execution of
  14. the program. This menu allows you to ``walk'' through a CDF,
  15. select a new CDF through which to ``walk'', browse online help, or
  16. exit the program.  This menu may be displayed
  17. at any time by entering Ctrl-F.  Use the up and down
  18. arrow keys to highlight a choice in the Action Menu and
  19. then enter a carriage return to execute that function.
  20. Two very important windows are the Keypad Definition
  21. and Message windows. They contain information on keypad
  22. functionality and program status/error messages.
  23.  
  24. When CDFwalk is executed (and a CDF and/or directory is not
  25. entered on the command line), you must first specify the
  26. CDF through which you wish to ``walk''.  If you enter
  27. a full disk/directory specification (without a CDF
  28. name), all of the CDFs in the specified directory will
  29. appear in a separate pop-up window.  Use the up and down
  30. arrow keys to choose a CDF and then enter a carriage return
  31. to ``walk'' throught that CDF.
  32.  
  33. After the input CDF is 
  34. selected, the Record/Indices window appears.  The size of
  35. this window depends on the dimensionality of the input CDF.
  36. Vertically the window 
  37. will contain one row for the record number
  38. and one row for each dimension of the CDF.  
  39. Horizontally, each line of the window contains three fields.
  40. The first field contains a variable name, the second field
  41. contains a data value for the variable, and the third field
  42. contains a record number or dimension index. 
  43.  
  44. The variable selected for the record number line will be one 
  45. that only varies from record to record (not varying along any
  46. of the dimensions).  If more than one variable of that type
  47. exists in the CDF, a pop-up window will be displayed containing
  48. the list of varibles.
  49. Select one of the variables keeping in mind that you will have an
  50. opportunity to use it for positioning by value to a desired record.
  51.  
  52. The variable selected for each dimension line will be one
  53. that only varys along the corresponding dimension (and
  54. does not vary from record to record).
  55. Again, if more
  56. than one variable of that type exists in the CDF, a pop-up window
  57. will be displayed to allow you to select the variable to use for
  58. that dimension.  Keep in mind that you will be able to use it to
  59. position by value to a desired index along that dimension.
  60.  
  61. After the Record/Indices window has been specified (which may
  62. occur automatically), the Variable Values window will be
  63. displayed.  It contains up to 27 variable names and the associated data values
  64. for the record/indices shown in the Record/Indices window.
  65.  
  66. Initially the 
  67. cursor will be positioned at the data value field of the 
  68. record number line in the Record/Indices window.  You may 
  69. now begin to ``walk'' through the CDF by using the right 
  70. arrow to increment and the left arrow to decrement the 
  71. record number.  Each time a new record number is specified
  72. the data for each variable is updated in both the Record/Indices
  73. and Variable Values windows.  If
  74. the CDF contains many records, you may want to quickly 
  75. advance to a desired record.  You may do this by entering
  76. the i key (the cursor must be on the data value field).
  77. CDFwalk enters an input mode and prompts
  78. the value to which to advance.
  79. If the exact value is not in the CDF for the variable, the 
  80. record number is changed to correspond to the
  81. closest possible value.  Another method
  82. of advancing to a desired value is by entering Ctrl-P.
  83. This will cause a pop-up window containing all of the
  84. values for the variable to be displayed.  You may select the value 
  85. desired as you would with any other pop-up window and CDFwalk
  86. will automatically position the record number to the corresponding
  87. value.
  88.  
  89. After positioning to a desired record (and the CDF is 
  90. multi-dimensional) you may now wish to ``walk'' through the
  91. dimension indices.  This is done by entering the up and 
  92. down arrow keys to position the cursor to the desired dimension line.
  93. ``Walking'' through dimensions is done in the same way as
  94. ``walking'' through the record numbers.
  95.  
  96. You may also wish to ``walk'' through the CDF by
  97. using the actual record number or dimension indice
  98. rather than data values.  This is done by entering a carriage
  99. return which causes the cursor to advance to the next field
  100. (ie. from the data value field to the record number/indices field).
  101. Entering Ctrl-H causes the cursor to move back to the
  102. previous field.
  103. ``Walking'' through the CDF using the record number/indices fields
  104. is the same as using the data value fields but with a few exceptions.
  105. First, no Ctrl-P option is available with these fields.
  106. Also, when in input mode, you may input either an absolute
  107. record number/index to which to move or you may enter a relative
  108. offset for the record number/index.  Prefixing the value with
  109. a +/- will increment/decrement the record number/index by
  110. that amount.
  111.  
  112. If the CDF contains more than 27 variables and a particular
  113. variable is not currently displayed in the Variable Values
  114. window, an option is provied to
  115. scroll new variables into that window.  This is done by 
  116. entering a v key.  A small pop-up window
  117. is displayed in which you may use the up and down
  118. arrow keys to scroll in or scroll out variables.  If the
  119. CDF contains a very large number of variables, entering a
  120. u or d key will display a new set of 27 variables (moving
  121. up or down through the variables in the CDF).
  122. When the desired set of variables is displayed, enter a carriage return
  123. to continue ``walking'' thru the CDF.
  124.  
  125. When you are done ``walking'' through the CDF,
  126. enter Ctrl-F to display the Action Menu.  You
  127. may input a new CDF, resume ``walking'' through the current
  128. CDF, read online help, or exit the program.
  129.